Import Kundendaten

Das waren die 2 angelegten Testkunden die ich exportiert habe. Das Feld fehlt. Denke mal das ist Zahlart.
customernumber;email;password;encoder;active;billing_company;billing_department;billing_firstname;billing_lastname;billing_street;billing_zipcode;billing_city;phone;fax;billing_countryID;billing_stateID;ustid;shipping_company;shipping_department;shipping_salutation;shipping_firstname;shipping_lastname;shipping_street;shipping_zipcode;shipping_city;shipping_countryID;paymentID;newsletter;accountmode;customergroup;language;subshopID
20007;musch@musch.de;$2y$10$uRxCiOVnRJRHasiYs3oFtemE/5IKBG89q1ds5ps6scZypCgIhwey2;bcrypt;1;;;musch;musch;mauzweg 12;12345;city;019012345;;2;;;;;ms;musch;musch;mauzweg 12;12345;city;2;5;0;0;EK;1;1
20008;mauz@mauz.de;$2y$10$wKvgRyyIV.sQ4xNuPPZ7N.D/iI1p2scQ8q0o9myK54pUadVDBflZ2;bcrypt;1;;;mauz;mauzi;muschweg 123;54321;city;019054321;;2;2;;;;mr;mauz;mauzi;muschweg 123;54321;city;2;5;0;0;EK;1;1

Das beste ist, ich habe nach den Importversuchen in der DB nachgesehen. Jetzt fehlen mir die Tabellen
s_user
s_user_adresses
s_user_adresses_attributes

Liegt es daran das ich die Kunden vor dem Import im Backend gelöscht habe? Sollte ja nicht gleich die Tabellen in der DB mitlöschen.