Hi Daniel,
I've taken another look at the export definition, and it looks like the failure is likely caused by the fact that the ID column is being duplicated. The export definition is requesting the value for Activity.Id to populate both the ActivityId and Id attributes in the export. When defining a bulk API export, each attribute on the entitity being exported can only be used once.