Thank for your answer.
I have already tried this one.
update_user_meta( $customer_id, ‘agency_name’,$arr_item->agency_name);
I want to save the custom filed on user meta table while creating customer.
So that I can access these data using get_user_meta().