Python Debugging Challenge

Fix bugs in a Python function that processes customer data.

Challenge Description
In this challenge, you'll debug a Python function that processes customer data.

You're working on a customer data processing system. The function below is supposed to calculate the total purchase amount for each customer and identify VIP customers (those who spent over $1000). However, it contains several bugs.

Your task is to identify and fix all the bugs in the function.