Hey guys, so im trying to install the Export Email Module, ive uploaded the files and then goto Admin -> Tools -> Install SQL patches and copy/paste this code

Code:
INSERT INTO admin_pages (page_key, language_key, main_page, page_params, menu_key, display_on_menu, sort_order) VALUES ('emailExport', 'BOX_TOOLS_EMAIL_EXPORT', 'FILENAME_EMAIL_EXPORT', '', 'tools', 'Y', 999);
And i get this error :

Code:
 Cannot execute because table admin_pages does not exist. CHECK PREFIXES!
Any ideas what im doing wrong? Im trying to extract the email addresses from my customers so i can use mailchimp as a mailer :)

Any help would be great!

Many thanks