Ok, I notice that in the export file you have a different WP database prefix for the tables.
Currently the import does not have a field for WPdb prefix and it assumes that the imported file and the tables in which the import should happen should have same table prefix.
For example your exported file has posts table as :
wp_60knks0pd1_posts
and
database where import happens has :
wp_posts
Then change wp_60knksopd1_ to wp_ everywhere in the file (first row).
Hope this helps.