Then you will need to add the prefix into the sql query to get it to work correctly.
So change:

Code:
INSERT INTO configuration
to

Code:
INSERT INTO zen_configuration
in both instances in the sql file.

Thanks,

Anne