So far...i cleaned up the mess and started over again.
with the orginal source I imported the db.
(e.g: "psql -f db-backup.dmp") . then I check through psql if the tables related onthe error.log were already on the database and... they are.
public | contact_deleted_history | table | yabtdev
public | contact_extend_options | table | yabtdev
public | contact_extend_search_seq | sequence | yabtdev
public | contact_groups | table | yabtdev
public | contact_groups_allowed_rels | table | yabtdev
public | contact_message_items | table | yabtdev
public | contact_message_log | table | yabtdev
public | contact_message_types | table | yabtdev
public | contact_messages | view | yabtdev
public | contact_party_revisions | table | yabtdev
public | contact_party_revisionsi | view | yabtdev
public | contact_party_revisionsx | view | yabtdev
public | contact_rel_types | view | yabtdev
public | contact_rels | table | yabtdev
public | contact_search_conditions | table | yabtdev
public | contact_search_extend_map | table | yabtdev
public | contact_search_log | table | yabtdev
public | contact_searches | table | yabtdev
public | contact_signatures | table | yabtdev
Although how is it possible if i dont see the aplication installed on the system?
Is there another package using contact's tables?