hi everyone!

im having this error while installing a module. since the system cannot continue beyond this point I was wondering if there is anything I could do manually in mysql to make sure these tables get added.

its an error creating a table. I have no idea why It would have this error. any ideas??

Table already exists : oqc_productcatalog
Installing Bean : oqc_ExternalContract
Error creating table: oqc_externalcontract: Query Failed:CREATE TABLE oqc_externalcontract (id char(36) NOT NULL ,name varchar(255) NOT NULL ,date_entered datetime NULL ,date_modified datetime NULL ,modified_user_id char(36) NULL ,created_by char(36) NULL ,description text NULL ,deleted bool DEFAULT '0' NULL ,assigned_user_id char(36) NULL ,oqc_externalcontract_number int(11) NOT NULL auto_increment,type varchar(255) NULL ,status varchar(25) NULL ,priority varchar(25) NULL ,resolution varchar(255) NULL ,work_log text NULL ,contractnumber varchar(25) NOT NULL ,account_id char(36) NULL ,contact_id char(36) NULL ,clientcontact_id char(36) NULL ,technicalcontact_id char(36) NULL ,amount float NULL ,minimumduration date NULL ,startdate date NULL ,enddate date NULL ,cancellationdate date NULL ,externalcontracttype varchar(100) DEFAULT 'EVB-IT System' NOT NULL ,externalcontractmatter NULL ,ownershipsituation varchar(100) DEFAULT 'Handelsware' NULL ,contractservicetype NULL ,contractpaymentterms varchar(100) DEFAULT 'leer' NULL ,agreementtype varchar(100) DEFAULT 'Kauf' NULL ,contractnumberclient varchar(255) NULL ,dmsnumber varchar(255) NULL ,abbreviation varchar(100) DEFAULT 'WEB' NULL ,payforefford bool DEFAULT 0 NULL ,fixedprice bool DEFAULT 0 NULL ,discounts bool DEFAULT 0 NULL ,paytravelcosts bool DEFAULT 0 NULL ,payextracosts bool DEFAULT 0 NULL ,copydocumentationallowed bool DEFAULT 0 NULL ,numberofdocumentationcopies int(11) NULL ,cancellationdateclient date NULL ,warranteedeadline int NULL ,sumhardware decimal(26,6) NULL ,currency_id char(36) NULL ,sumservice decimal(26,6) NULL ,sumsoftware decimal(26,6) NULL ,sumother decimal(26,6) NULL ,sumotherdesc text NULL ,monthlydues decimal(26,6) NULL ,deliveryaddress varchar(255) DEFAULT 'Landesbetrieb für Datenverarbeitung und IT-Serviceaufgaben (LDS) Dortustraße 46 14467 Potsdam' NULL ,completionaddress varchar(255) DEFAULT 'Landesbetrieb für Datenverarbeitung und IT-Serviceaufgaben (LDS) Dortustraße 46 14467 Potsdam' NULL ,contract_id char(36) NULL ,quote_id char(36) NULL ,specialproperties_id char(36) NULL ,service_description_id char(36) NULL ,kst int(12) NULL , PRIMARY KEY (id), UNIQUE oqc_externalcontractnumk (oqc_externalcontract_number)) CHARACTER SET utf8 COLLATE utf8_general_ci::MySQL error 1064: