Hi, the site is completeclassicpress.com/catalog. Just moved it to a new server, followed the instructions on importing my database from the previous server, but when I go to create a new user account (as though I were a customer), I get this error message:

1146 Table 'hojpub.address_book' doesn't exist
in:
[select c.customers_firstname, c.customers_lastname, c.customers_telephone, c.customers_email_address, ab.entry_company, ab.entry_street_address, ab.entry_suburb, ab.entry_postcode, ab.entry_city, ab.entry_zone_id, z.zone_name, co.countries_id, co.countries_name, co.countries_iso_code_2, co.countries_iso_code_3, co.address_format_id, ab.entry_state from (customers c, address_book ab ) left join zones z on (ab.entry_zone_id = z.zone_id) left join countries co on (ab.entry_country_id = co.countries_id) where c.customers_id = '1' and ab.customers_id = '1' and c.customers_default_address_id = ab.address_book_id]

The database was working fine on the prior server. Can anyone tell what I did to mess this up? Or what I can do to fix? Thanks so much!