Thanks. I made one change in the SQL script:
[SELECT @gid := configuration_group_id FROM configuration_group where configuration_group_title LIKE 'Tabbed Products Config';]
to
[SELECT @gid := configuration_group_id FROM zen_configuration_group where configuration_group_title LIKE 'Tabbed Products Config';]
and upload.......works!!! Don't change all the table to "zen_ " as mentioned in the thread, it doesn't work. How do I find the database prefix? Go to your hosting server CPanel--> mySQLdatabase--> phpMyAdmin-->select your database--> will show all the tables such as zen_configure, zen_figuration_group. Obviously, "zen_" is the prefix of the database. Wish it's helpful.
Bookmarks