As per the error, there seems to be foreign key violation.
Check what the trigger CUSTOMERS_INSERT_TRIG does in IPACSEC schema. I am sure it is trying to insert a customer which does not have a corresponding bill_account_id in master table. And so the error.
There is no point in commiting data which violates a rule. Nevertheless, u can disable to trigger to go ahead and then import again.